2005-02-01 Matthias Clasen <mclasen@redhat.com>
+ * */*.c: Fix many instances of "the the" in docs and
+ comments. (#165815, Masao Mutoh)
+
* gtk/updateiconcache.c (main): Add a --quiet option.
2005-02-01 Tor Lillqvist <tml@novell.com>
2005-02-01 Matthias Clasen <mclasen@redhat.com>
+ * */*.c: Fix many instances of "the the" in docs and
+ comments. (#165815, Masao Mutoh)
+
* gtk/updateiconcache.c (main): Add a --quiet option.
2005-02-01 Tor Lillqvist <tml@novell.com>
2005-02-01 Matthias Clasen <mclasen@redhat.com>
+ * */*.c: Fix many instances of "the the" in docs and
+ comments. (#165815, Masao Mutoh)
+
* gtk/updateiconcache.c (main): Add a --quiet option.
2005-02-01 Tor Lillqvist <tml@novell.com>
* Returns the screen for the event. The screen is
* typically the screen for <literal>event->any.window</literal>, but
* for events such as mouse events, it is the screen
- * where the the pointer was when the event occurs -
+ * where the pointer was when the event occurs -
* that is, the screen which has the root window
* to which <literal>event->motion.x_root</literal> and
* <literal>event->motion.y_root</literal> are relative.
#ifdef HAIRY_CONVERT_565
/* Render a 24-bit RGB image in buf into the GdkImage, without dithering.
This assumes native byte ordering - what should really be done is to
- check whether the the image byte_order is consistent with the _ENDIAN
+ check whether the image byte_order is consistent with the _ENDIAN
config flag, and if not, use a different function.
This one is even faster than the one below - its inner loop loads 3
* if all available targets should be saved.
* @n_targets: length of the @targets array
*
- * Issues a request to the the clipboard manager to store the
+ * Issues a request to the clipboard manager to store the
* clipboard data. On X11, this is a special program that works
* according to the freedesktop clipboard specification, available at
* <ulink url="http://www.freedesktop.org/Standards/clipboard-manager-spec">
}
else
{
- /* Fall back to the the first level if no symbol for the level
+ /* Fall back to the first level if no symbol for the level
* we were passed.
*/
shift_level = (state & shift_modifiers) ? 1 : 0;
* @dest : a #GdkRectangle to be filled with the monitor geometry
*
* Retrieves the #GdkRectangle representing the size and position of
- * the individual monitor within the the entire screen area.
+ * the individual monitor within the entire screen area.
*
* Note that the size of the entire screen area can be retrieved via
* gdk_screen_get_width() and gdk_screen_get_height().
/**
* gdk_selection_owner_set_for_display:
* @display: the #GdkDisplay.
- * @owner: a #GdkWindow or %NULL to indicate that the the owner for
+ * @owner: a #GdkWindow or %NULL to indicate that the owner for
* the given should be unset.
* @selection: an atom identifying a selection.
* @time_: timestamp to use when setting the selection.
If the retrieval failed, %NULL we be stored here, otherwise, it
will be non-%NULL and the returned data should be freed with g_free()
when you are finished using it. The length of the
- allocated memory is one more than the the length
+ allocated memory is one more than the length
of the returned data, and the final byte will always
be zero, to ensure nul-termination of strings.
* @prop_type: location to store the type of the property.
*
* This group appears after the other children if the style
* is %GTK_BUTTONBOX_START, %GTK_BUTTONBOX_SPREAD or
- * %GTK_BUTTONBOX_EDGE, and before the the other children if the style
+ * %GTK_BUTTONBOX_EDGE, and before the other children if the style
* is %GTK_BUTTONBOX_END. For horizontal button boxes, the definition
* of before/after depends on direction of the widget (see
* gtk_widget_set_direction()). If the style is %GTK_BUTTONBOX_START
* gtk_container_get_children:
* @container: a #GtkContainer.
*
- * Returns the the container's non-internal children. See
+ * Returns the container's non-internal children. See
* gtk_container_forall() for details on what constitutes an "internal" child.
*
* Return value: a newly-allocated list of the container's non-internal children.
* @hot_x: the X offset within the icon of the hotspot.
* @hot_y: the Y offset within the icon of the hotspot.
*
- * Sets the the icon for a given drag from a stock ID.
+ * Sets the icon for a given drag from a stock ID.
**/
void
gtk_drag_set_icon_stock (GdkDragContext *context,
gtk_drag_key_cb,
info);
- /* Send on a release pair to the the original
+ /* Send on a release pair to the original
* widget to convince it to release its grab. We need to
* call gtk_propagate_event() here, instead of
* gtk_widget_event() because widget like GtkList may
* the right, when the scroll is at the utmost right. This
* looks better to to me than confining the cursor inside the
* border entirely, though it means that the cursor gets one
- * pixel closer to the the edge of the widget on the right than
+ * pixel closer to the edge of the widget on the right than
* on the left. This might need changing if one changed
* INNER_BORDER from 2 to 1, as one would do on a
* small-screen-real-estate display.
* @chooser: a #GtkFileChooser
* @filename: the filename to set as current
*
- * Sets @filename as the current filename for the the file chooser;
+ * Sets @filename as the current filename for the file chooser;
* If the file name isn't in the current folder of @chooser, then the
* current folder of @chooser will be changed to the folder containing
* @filename. This is equivalent to a sequence of
* @chooser: a #GtkFileChooser
* @uri: the URI to set as current
*
- * Sets the file referred to by @uri as the current file for the the
+ * Sets the file referred to by @uri as the current file for the
* file chooser; If the file name isn't in the current folder of @chooser,
* then the current folder of @chooser will be changed to the folder containing
* @uri. This is equivalent to a sequence of gtk_file_chooser_unselect_all()
#endif
-/* open a directory relative the the current relative directory */
+/* open a directory relative to the current relative directory */
static CompletionDir*
open_relative_dir (gchar *dir_name,
CompletionDir *dir,
* then unrefs all the parent nodes.
*
* The reason for doing this operation as a callback
- * is so that if the operation performed with the the
- * path and iter results in referencing the the node
+ * is so that if the operation performed with the
+ * path and iter results in referencing the node
* and/or parent nodes, we don't load all the information
* about the nodes.
*
* gtk_radio_action_get_current_value:
* @action: a #GtkRadioAction
*
- * Obtains the value property of the the currently active member of
+ * Obtains the value property of the currently active member of
* the group to which @action belongs.
*
* Return value: The value of the currently active group member
GSList *tmp_styles;
GType rc_style_type = GTK_TYPE_RC_STYLE;
- /* Find the the first style where the RC file specified engine "" {}
+ /* Find the first style where the RC file specified engine "" {}
* or the first derived style and use that to create the
* merged style. If we only have raw GtkRcStyles, use the first
* style to create the merged style.
* gtk_tree_view_get_model:
* @tree_view: a #GtkTreeView
*
- * Returns the model the the #GtkTreeView is based on. Returns %NULL if the
+ * Returns the model the #GtkTreeView is based on. Returns %NULL if the
* model is unset.
*
* Return value: A #GtkTreeModel, or %NULL if none is currently being used.
* @tree_view: A #GtkTreeView.
* @headers_visible: %TRUE if the headers are visible
*
- * Sets the the visibility state of the headers.
+ * Sets the visibility state of the headers.
**/
void
gtk_tree_view_set_headers_visible (GtkTreeView *tree_view,
/**
* gtk_widget_set_accel_path:
* @widget: a #GtkWidget
- * @accel_path: path used to look up the the accelerator
+ * @accel_path: path used to look up the accelerator
* @accel_group: a #GtkAccelGroup.
*
* Given an accelerator group, @accel_group, and an accelerator path,
* For real toplevel windows, this is identical to gtk_window_is_active(),
* but for embedded windows, like #GtkPlug, the results will differ.
*
- * Return value: %TRUE if the the input focus is within this GtkWindow
+ * Return value: %TRUE if the input focus is within this GtkWindow
*
* Since: 2.4
**/